This applet displays a box containing a text, read from a text file. This box can appear on page load or when you click on a button. It is useful to let your visitors read informations before they enter in your site or in a part of your site.
Name |
Description |
Default |
Status |
file | the file containing the text | - | required |
frame_width | the frame width (pixels) | 200 | required |
frame_height | the frame height (pixels) | 200 | required |
frame_title | the frame title | "Information" | required |
button_agree_text | the agree button label | "I agree" | required |
button_disagree_text | the disagree button label | "I don't agree" | required |
frame_background_color | the frame background color | window color | required |
agree_link | the visitor will be redirected to this link if the agree button is clicked | - | required |
disagree_link | the visitor will be redirected to this link if the disagree button is clicked | no redirection | optional |
target | the target of the redirection :
- "_blank" : show in a new unnamed top-level window - "_self" : show in the current frame - "_parent" : show in the parent frame - "_top" : show in the top-most frame or a custom frame name |
_blank | required |
mode | 0: the box is shown when the
visitor clicks on a button 1: the box is automatically shown |
0 | required |
button_show_text | the button label (if mode is 0) | "Enter !" | optional |
registration_code | the registration code | - | required |
Special notes |
* You can put relative URL (to target a file on your site) or
absolute (with "http://...") URL. example: relative URL: ../home/home.html absolute URL: http://www.yahoo.com * The color format is hexadecimal format like this : blue is "#0000ff"", red is "#ff0000" ... If you want that the background color is the same as the one of the page, look at the html source file and find the balise : <body bgcolor="#00FFFF"> then copy the value, here it's "#00ffff". Use the "HexColor" applet to convert RGB color to hexadecimal color. |
Copyright 1999-2001 Taiji Software
All Rights Reserved
http://www.taijisoftware.com
support@taijisoftware.com